From: Chong Yidong Date: Sat, 5 Sep 2009 01:06:46 +0000 (+0000) Subject: lisp/cedet/semantic/elp.el (semantic-elp-idle-work): Require semantic/idle. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10241^2~76 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ddb0a7159c557d1166646cb174ab74ae791272b6;p=emacs.git lisp/cedet/semantic/elp.el (semantic-elp-idle-work): Require semantic/idle. --- diff --git a/lisp/cedet/semantic/elp.el b/lisp/cedet/semantic/elp.el index 87fe2936b95..a9f8354fd07 100644 --- a/lisp/cedet/semantic/elp.el +++ b/lisp/cedet/semantic/elp.el @@ -36,6 +36,9 @@ (require 'semantic/analyze) (require 'semantic/analyze/complete) +(declare-function semantic-idle-scheduler-work-parse-neighboring-files + "semantic/idle") + ;;; Code: (defvar semantic-elp-emacs-core-list '( @@ -644,6 +647,7 @@ Argument NAME is the name to give the ELP data object." (defun semantic-elp-idle-work () "Run the idle work scheduler, using ELP to measure performance." (interactive) + (require 'semantic/idle) (let ((elp-recycle-buffers-p nil) (totalstart nil) (totalstop nil)